home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / sml_nj / 93src.lha / src / print / ppval.sig < prev    next >
Encoding:
Text File  |  1993-01-27  |  193 b   |  9 lines

  1. (* Copyright 1989 by AT&T Bell Laboratories *)
  2. (* printval.sig *)
  3.  
  4. signature PPVAL = 
  5. sig
  6.   type object
  7.   val ppVal : Modules.env -> PrettyPrint.ppstream -> object * Types.ty * int -> unit
  8. end
  9.